home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 60750 / 60750.xpi / chrome / chromeFiles / content / bindings / btsearchbar3.css < prev    next >
Cascading Style Sheet File  |  2010-01-20  |  2KB  |  76 lines

  1. btsearchbar3 {
  2.   -moz-binding: url('btsearchbar3.xml#btsearchbar');
  3. }
  4.  
  5. btsearchbar3 {
  6.   -moz-box-pack: center;
  7.   height: 20px;
  8. }
  9.  
  10. btsearchbar3 textbox {
  11.   -moz-appearance: none !important;
  12.   background-image: url("resources/btsearchbar/search-left-bg.png") !important;
  13.   background-repeat: no-repeat !important;
  14.   background-position: center left !important;
  15.   background-color: transparent !important;
  16.   border: none !important;
  17.   padding: 0px;
  18.   padding-left: 10px !important;
  19.   margin: 0px;
  20.   height: 20px;
  21. }
  22.  
  23. btsearchbar3 textbox > hbox {
  24.   -moz-appearance: none !important;
  25.   background-image: url("resources/btsearchbar/search-mid-bg.png") !important;
  26.   background-repeat: repeat-x !important;
  27.   background-position: center left !important;
  28.   background-color: rgba(255,255,255,0.01) !important; /* win32 txt selection fix*/
  29.   border: none;
  30.   height: 20px;
  31. }
  32.  
  33. btsearchbar3 button {
  34.   -moz-appearance: none;
  35.   background-color: transparent;
  36.   border: none;
  37.   padding: 0px !important;
  38.   margin: 0px;
  39.   width: 87px;
  40.   min-height: 20px;
  41. }
  42.  
  43. btsearchbar3 button > hbox {
  44.   -moz-appearance: none;
  45.   background-image: url("resources/btsearchbar/submit_btn_normal.png");
  46.   background-repeat: no-repeat;
  47.   background-position: center left;
  48.   background-color: transparent;
  49.   border: none;
  50.   padding: 0px !important;
  51.   margin: 0px;
  52.   width: 87px;
  53.   min-height: 20px;
  54. }
  55.  
  56. btsearchbar3 button:hover > hbox {
  57.   -moz-appearance: none;
  58.   background-image: url("resources/btsearchbar/submit_btn_hover.png");
  59.   background-repeat: no-repeat;
  60.   background-color: transparent;
  61.   border: none;
  62.   width: 87px;
  63.   min-height: 20px;
  64. }
  65.  
  66. btsearchbar3 button:active > hbox,
  67. btsearchbar3 button:hover:active > hbox {
  68.   -moz-appearance: none;
  69.   background-image: url("resources/btsearchbar/submit_btn_active.png");
  70.   background-repeat: no-repeat;
  71.   background-color: transparent;
  72.   border: none;
  73.   width: 87px;
  74.   min-height: 20px;
  75. }
  76.